Class OrderCreate

Description

This Class represents a dataobject for creating an Order



			
Variable Summary
Variables
int $CurrencyId

The id of the Currency of the Order

string $CustomerComment

The customer comment of the Order

string $DeliveryComment

The delivery comment of the Order

int $DeliveryId

The id of the Delivery of the Order

double $DeliveryPrice

Optional. The price of the Delivery of the Order without VAT Precision = 2 decimals

string $DeliveryTime

The delivery time of the Order

double $DeliveryVat

Optional. The VAT of the Delivery of the Order Precision = 2 decimals

string $LanguageISO

The ISO code of the language of the Order. Defaults to the primary language of the site of the order if not supplied

OrderCustomerCreate $OrderCustomer

The Customer of the Order

OrderLineCreate[] $OrderLines

The OrderLines of the Order

OrderTransactionCreate $OrderTransaction

The Customer of the Order

string $Origin

The origin of the Order (default Webshop).

int $PaymentId

The id of the Payment of the Order

int $PaymentOnlineId

The id of the Payment online of the Order

string $ReferenceNumber

The Reference number of the Order

int $SiteId

The id of the site of the Order. Defaults to the primary site if not supplied

int $UserId

The id of the User of the Order

string $ReferralCode

The referral code of the Order. It has a length limit of 50 characters.

Documentation generated on Thu, 26 Jul 2018 13:22:46 +0000 by phpDocumentor 1.4.4